@charset "utf-8";

/*左侧切换按钮*/

.am-column {
	padding: 0;
	margin: 0;
	background: url(../../images/index/dian_line.png) right repeat-y;
}

.am-column li {
	position: relative;
	list-style: none;
	border-radius: 3px;
	background-color: rgba(255, 255, 255, .6);
	font-size: 1.7rem;
	width: 85%;
	height: 49px;
	line-height: 49px;
	margin-bottom: 30px;
	cursor: pointer;
}

.am-column li:after {
	position: absolute;
	right: -42px;
	top: 16px;
	content: '';
	width: 18px;
	height: 18px;
	background: url(../../images/index/dian.png) no-repeat;
}

.am-column li.on:after {
	background: url(../../images/index/dian_hover.png) no-repeat;
}

.am-column li:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-width: 6px 0 6px 8px;
	border-style: solid;
	border-color: transparent transparent transparent rgba(255, 255, 255, .6);
	position: absolute;
	top: 19px;
	right: -8px;
}

.am-column li.on:before {
	border-color: transparent transparent transparent #198bd1;
}

.am-column li:last-child {
	margin-bottom: 0;
}

.am-column li.on {
	box-shadow: 0 0 10px #fff;
	background: url(../../images/index/btn_bg_hover.png) repeat-x;
	color: #fff;
}

.am-column li i {
	float: left;
	display: block;
	width: 23px;
	height: 25px;
	margin: 12px 25px;
	background: url(../../images/index/btn_pic.png) no-repeat;
}

.am-column li.on i {
	background: url(../../images/index/btn_pic_hover.png) no-repeat;
}

.am-column li i.a2 {
	background-position: 0 -82px;
	margin: 12px 7px;
}

.am-column li i.a3 {
	background-position: 0 -163px;
}

.am-column li i.a4 {
	background-position: 0 -247px;
}

.am-column li i.a5 {
	background-position: 0 -328px;
}

.am-column li i.a6 {
	background-position: 0 -414px;
}


/*右侧边框*/

.am-content-right {	
	background: #fff;
	border-radius: 3px;
	overflow:hidden;
}


/*首页切换*/

#index-box .index-introduction {
	padding: 20px;
}

#index-box .index-introduction p {
	line-height: 35px;
	text-indent: 2em;
        font-size: 1.7rem;
        font-weight: 600;
}
.index-gdyz{
	overflow: hidden;
}
.index-gdyz p{     
	 font-size: 1.6rem !important;
    font-weight: 500 !important;   
    
}
.yz-list{
	overflow: hidden;
}
.yz-list li{
  list-style: none;
  float: left;
  margin-right: 15px;
  line-height: 25px;
  font-size: 1.5rem;
}
.displays{
	display: block;
    width: 100%;
}
.index-cyjb h4 {
	text-indent: 2em;
}
.index-cyjb p{
	line-height: 25px !important;
    font-size: 1.5rem !important;
}
.mini-nav{
	overflow: hidden;
	clear:both;
}
.mini-nav ul{
	float:left;
}
.mini-nav img{
	float:right;
	height: 25px;
	cursor: pointer;
}
#index-box .index-introduction .yqlj-btn .am-btn {
	margin-bottom: 15px
}

#index-box .index-introduction .index-btn {
	padding-top: 20px;
}

#index-box .index-introduction .index-btn button:first-child {
	margin-right: 50px;
}


/*举报须知*/

#jbxz-box .jbxz-introduction {
	overflow-y: scroll;
	max-height: 265px;
}

#jbxz-box .jbxz-introduction ol li {
	font-size: 1.4rem;
	line-height: 26px;
}

#jbxz-box .jbxz-btn button:first-child {
	margin-right: 50px;
}

#jbxz-box legend {
	font-size: 1.6rem;
	color: #256dac;
	margin-bottom: 1rem;
}

#jbxz-box .am-form-group {
	margin-bottom: .5rem;
}

#jbxz-box .am-form-label {
	font-size: 1.4rem;
	font-weight: normal;
	text-align: right;
	margin-top: 5px;
}

#jbxz-box .am-form-field {
	padding: .4em;
	font-size: 1.4rem;
}

#jbxz-box .am-form {
	overflow-y: scroll;
	max-height: 360px;
}


/*反馈查询*/

#fkcx-box label {
	font-weight: normal;
}


/*法规制度*/

#fgzd-box .fgzd-list {
	padding: 0 1rem;
	overflow-y: scroll;
	max-height: 300px;
	margin-bottom: 20px;
}

#fgzd-box .fgzd-list .am-list>li a {
	color: #333;
	padding: 8px 0 8px 30px;
}

#fgzd-box .fgzd-list .am-list>li {
	border: #efefef dashed 1px;
	border-width: 1px 0;
}

#fgzd-box .fgzd-list .am-list>li:first-child {
	border-top: none;
}

#fgzd-box .fgzd-list .am-list>li:before {
	content: "\f0f6";
	position: absolute;
	left: 0;
	bottom: 7px;
	color: #cdcdcd;
}


/*法规制度内容页*/

.fgzd-content-box {
	overflow-y: scroll;
	max-height: 330px;
}

.fgzd-content-box h1 {
	font-size: 3rem;
	font-family: "宋体";
	text-align: center;
	padding-bottom: 15px;
	border-bottom: #dcdcdc solid 1px;
}

.fgzd-content-box .fgzd-content p {
	line-height: 200% !important;
}


/*意见建议*/

#yjjy-box label {
	font-weight: normal;
	font-size: 1.4rem;
	margin-top: 5px;
}

#yjjy-box .am-form-field {
	padding: .4em;
	font-size: 1.4rem;
}


/*手机适配*/

@media only screen and (max-width: 640px) {
	/*首页*/
	.am-content-right {
		height: auto;
	}
	#index-box .index-introduction {
		padding: 10px;
	}
	#index-box .index-introduction p {
		line-height: 2.5rem;
	}
	#index-box .index-introduction .index-btn {
		padding: 0;
	}
	#index-box .index-introduction .index-btn button:first-child {
		margin: 0;
	}
	/*举报须知*/
	#jbxz-box .jbxz-btn button:first-child {
		margin: 0;
	}
	#jbxz-box .am-form-label {
		text-align: left;
	}
	#jbxz-box .am-u-lg-4,
	#jbxz-box .am-u-lg-10 {
		padding: 0;
	}
	/*反馈查询*/
	#fkcx-box form {
		padding: 0;
	}
	#fkcx-box label {
		text-align: left !important;
	}
	/*内容页*/
	.fgzd-content-box h1 {
		font-size: 1.5em;
	}
}